-
Notifications
You must be signed in to change notification settings - Fork 4.1k
adding Invoke-AzVmAssessPatch cmdlet. #12608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @grizzlytheodore , I know this PR has passes design review, but the name Invoke-AzVmAssessPatch might be a little bit misleading. Putting the word "Patch" at the end makes it sound like invoking a patch to me, however what the command actually does it to invoke an assessment, right?
So I suggest Invoke-AzVmPatchAssess or Invoke-AzVmPatchAssessment. To be frank, Get-AzVmPatch could be even better because it describes the nature of the function accurately and simply.
Let me know what you think. Thanks.
cc @VeryEarly
|
moved to #12658 |
Description
adding Invoke-AzVmAssessPatch cmdlet.
And also updated computecommontest to not have space in the location return for Get-ComputeVmLocation
and added a function that will return an available sku for given subscription, location, and resourcetype.
Design: https://github.com/Azure/azure-powershell-cmdlet-review-pr/issues/634
Checklist
CONTRIBUTING.mdChangeLog.mdfile(s) has been updated:ChangeLog.mdfile can be found atsrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md## Upcoming Releaseheader -- no new version header should be added